Esx Hosts SolutionInfo

Esx Hosts SolutionInfo
Esx Hosts SolutionInfo

The Esx Hosts SolutionInfo schema contains properties that describe solution registered in the software solution.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "version": "string",
    "display_name": "string",
    "components": {
        "components": {
            "version": "string",
            "display_name": "string",
            "display_version": "string",
            "vendor": "string"
        }
    }
}
string
version
Required

Version of the solution.

This property was added in vSphere API 7.0.0.0.

string
display_name
Required

Display name of the solution.

This property was added in vSphere API 7.0.0.0.

object
components
Required

Components registered by the solution.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.hosts.component. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.hosts.component.